- Edited by turtlpwr 13 hours 54 minutes ago
Get Property Of Registry Object in HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
When attempting to get the property of an object under HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList, I cannot retrieve the "ProfileImagePath" property Ex value: C:\Users\userblah (as a matter of fact, any other property as well).
I have tried using select object and get-item property after performing Gci 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList', but still have had no luck. Any advice would be greatly appreciated.
July 31st, 2015 1:16pm